﻿
.rn-header {
	/* position: absolute;
	left: 0;
	right: 0; */
}

.rn-nav {
	border: none;
	background: #fff;
	transition: all .2s ease-in-out;
}

.rn-nav:hover {
	border-bottom: solid 1px #f0f0f0;
	background: #fff;
}

.idx-cate {
	background: #fff;
}

.idx-cate a {
	display: table-cell;
	width: 1%;
	padding: 10px;
	white-space: nowrap;
}

.idx-cate a .pro-icon {
	transform: scale(0.9);
}

.idx-cate a:hover {
	background: #f8f8f8;
	color: #333;
}

.idx-heading {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 50px;
}

.idx-heading big {
	font-size: 36px;
	color: #1f6eb1;
	border-bottom: solid 2px #333;
	letter-spacing: 0;
	margin: 0 5px;
	padding: 5px 0;
}

.idx-adv1 {
	background: #c7b4b3;
	overflow: hidden;
}

.idx-adv1>li {
	list-style: none;
	height: 500px;
}

.idx-adv1>li>a {
	display: block;
	height: 500px;
}

.idx-adv2 {
	background: #f0f0f0;
	padding: 50px;
}

.idx-adv2 ul {
	list-style: none;
	margin: auto;
	padding: 0;
	overflow: hidden;
}

.idx-adv2 ul>li {
	list-style: none;
	float: left;
	width: 25%;
	height: 250px;
	overflow: hidden;
	text-align: center;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.idx-adv2 ul>li>a {
	position: relative;
	display: block;
	height: 100%;
}

.idx-adv2 ul>li>a .text {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 20px 20px 50px 20px;
	text-align: left;
	width: 80%;
	max-width: 270px;
	color: #888;
	transition: all .2s ease-in-out;
}

.idx-adv2 ul>li>a .text h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	white-space: nowrap;
	color: #333;
	transition: all .2s ease-in-out;
}

.idx-adv2 ul>li>a .text .more {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 12px;
	border-bottom: solid 1px #1f6eb1;
	min-width: 100px;
}

.idx-adv2 ul>li>a:hover .text {
	background: #1f6eb1;
	color: #fff;
}

.idx-adv2 ul>li>a:hover .text h3 {
	color: #fff;
}

.idx-adv2 ul>li>a:hover .text .more {
	color: #fff;
	border-color: #fff;
	transition: all .2s ease-in-out;
}

.idx-news {
	overflow: hidden;
	/*margin-bottom: 60px;*/
}

.idx-news ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.idx-news ul>li {
	float: left;
	width: 33.33%;
}

.idx-news ul>li a {
	position: relative;
	display: block;
	color: #333;
	padding: 50px 30px 100px 30px;
}

.idx-news ul>li a:hover {
	background: #f8f8f8;
}

.idx-news ul>li a .date {
	margin-bottom: 20px;
}

.idx-news ul>li a .date big {
	font-size: 24px;
	/*font-weight: bold;*/
}

.idx-news ul>li a .title {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	/*font-weight: bold;*/
	margin-bottom: 10px;
}

.idx-news ul>li a .summary {
	line-height: 1.6em;
	height: 4.8em;
	overflow: hidden;
	color: #888;
}

.idx-news ul>li a .arrow:before {
	position: absolute;
	left: 30px;
	bottom: 50px;
	width: 45px;
	height: 1px;
	content: "";
	background: #888;
	transition: all .2s ease-in-out;
}

.idx-news ul>li a .arrow:after {
	position: absolute;
	left: 30px;
	bottom: 50px;
	width: 15px;
	height: 1px;
	content: "";
	background: #888;
	transform: translate(32px, -5px) rotate(45deg);
	transition: all .2s ease-in-out;
}

.idx-news ul>li a:hover .arrow:before,
.idx-news ul>li a:hover .arrow:after {
	background: #1f6eb1;
}

.idx-pop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

.idx-pop .close-pop {
	position: absolute;
	top: -12px;
	left: -12px;
	background: #fff url(../cssimg/b1.png) no-repeat -40px -2px;
	width: 22px;
	height: 22px;
	border-radius: 24px;
}